runtime/pprof.profileBuilder.addCPUData (method)

2 uses

	runtime/pprof (current package)
		pprof.go#L802: 		if e := b.addCPUData(data, tags); e != nil && err == nil {
		proto.go#L272: func (b *profileBuilder) addCPUData(data []uint64, tags []unsafe.Pointer) error {